ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Core Namespace / ImGearReadOnlyDictionary<TKey,TValue> Class
The key type.
The value type.
Members




In This Topic
    ImGearReadOnlyDictionary<TKey,TValue> Class
    In This Topic
    This class represents a read-only dictionary.
    Object Model
    ImGearReadOnlyDictionary<TKey,TValue> Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Class ImGearReadOnlyDictionary
        (Of TKey,TValue) 
    'Usage
     
    Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue)
    [DefaultMember("Item")]
    public class ImGearReadOnlyDictionary<TKey,TValue> 
    [DefaultMember("Item")]
    public __gc class ImGearReadOnlyDictionary<TKey,TValue> 
    [DefaultMember("Item")]
    generic<typename TKey>
    generic<typename TValue>
    public ref class ImGearReadOnlyDictionary 
    Type Parameters
    TKey
    The key type.
    TValue
    The value type.
    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearReadOnlyDictionary<TKey,TValue>

    See Also